Feature: Add scripts to handle the config store of credentials and st…#899
Open
Splaxi wants to merge 2 commits intod365collaborative:masterfrom
Open
Feature: Add scripts to handle the config store of credentials and st…#899Splaxi wants to merge 2 commits intod365collaborative:masterfrom
Splaxi wants to merge 2 commits intod365collaborative:masterfrom
Conversation
…arting SSMS No docs in place yet...
There was a problem hiding this comment.
Pull Request Overview
This PR adds functionality to handle database credential storage and management for UDE (User Database Environment) connections, with integration for starting SSMS sessions.
- Implements credential storage using PSF configuration system and Windows Credential Manager
- Adds functions to get, set, and use UDE database credentials
- Integrates SSMS session launching with stored credentials
Reviewed Changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| d365fo.tools/internal/tepp/configurations.tepp.ps1 | Adds tab completion script block for UDE credential IDs |
| d365fo.tools/internal/tepp/assignment.ps1 | Registers tab completion for UDE credential parameters |
| d365fo.tools/internal/configurations/configuration.ps1 | Adds PSF configuration for storing UDE credentials |
| d365fo.tools/functions/start-d365udessmssession.ps1 | New function to start SSMS sessions using stored credentials |
| d365fo.tools/functions/set-d365udedatabasecredential.ps1 | New function to store UDE database credentials |
| d365fo.tools/functions/get-d365udedatabasecredential.ps1 | New function to retrieve stored UDE database credentials |
| d365fo.tools/d365fo.tools.psd1 | Exports the new UDE credential management functions |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…arting SSMS
No docs in place yet...